object frmRunningApps: TfrmRunningApps Left = 303 Top = 167 BorderStyle = bsDialog Caption = 'Warning' ClientHeight = 269 ClientWidth = 461 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 16 object pnlBottom: TPanel Left = 0 Top = 214 Width = 461 Height = 55 Align = alBottom BevelOuter = bvNone Color = 15132390 ParentBackground = False TabOrder = 0 object Shape1: TShape Left = 0 Top = 0 Width = 461 Height = 1 Align = alTop end object btnCancel: TButton Left = 370 Top = 16 Width = 80 Height = 25 Caption = 'btnCancel' ModalResult = 2 TabOrder = 0 end end object pnlMain: TPanel Left = 0 Top = 0 Width = 461 Height = 214 Align = alClient BevelOuter = bvNone Color = clWhite ParentBackground = False TabOrder = 1 object lblQuestion: TAxLabel Left = 16 Top = 16 Width = 433 Height = 73 OnLinkClick = lblQuestionLinkClick WordWrap = True Transparent = True AutoSize = False Caption = 'lblQuestion' ShowAccelChar = True end object lvProcesses: TListView Left = 16 Top = 99 Width = 435 Height = 93 BevelKind = bkSoft BevelWidth = 2 BorderStyle = bsNone Columns = < item Width = 410 end> FlatScrollBars = True HideSelection = False IconOptions.Arrangement = iaLeft ReadOnly = True ShowColumnHeaders = False TabOrder = 0 ViewStyle = vsReport OnDblClick = lvProcessesDblClick end end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 416 Top = 16 end end